速報APP / 工具 / ArduinoTC -Arduino/BT/WiFi/BLE

ArduinoTC -Arduino/BT/WiFi/BLE

價格:免費

更新日期:2017-07-01

檔案大小:6.0M

目前版本:8.2.0

版本需求:Android 4.3 以上版本

官方網站:https://www.facebook.com/ArduinoTotalControlApp

Email:mr.bushido02@gmail.com

聯絡地址:Cuautitlan Izcalli, Estado de Mexico, Mexico

ArduinoTC -Arduino/BT/WiFi/BLE(圖1)-速報App

Supports:

Arduino boards

• Compatible with all Arduino boards

Bluetooth

• HC05

ArduinoTC -Arduino/BT/WiFi/BLE(圖2)-速報App

• HC06

WiFi

• Ethernet Shield

• ESP8266

• Arduno Yun

ArduinoTC -Arduino/BT/WiFi/BLE(圖3)-速報App

• And any tcp/ip interface

Get code samples and post your inventions at https://www.facebook.com/ArduinoTotalControlApp

Demo: https://www.youtube.com/watch?v=Fxz3N32Hwhs&feature=youtu.be

Build your layout, control up to 24 x 2 circuits + 8 dimmer bars on 7 different devices at the same time, program their functions, take pictures of what you want to control or choose a picture from your gallery (each picture box has three states that can be switched dynamically via app or Arduino) and have fun switching your circuits in latch (toggle button) or momentary (Touching Pictures) modes.

Get accelerometer data for your Arduino (when multiple devices connected, accelerometer data will be sent to all Bluetooth devices).

ArduinoTC -Arduino/BT/WiFi/BLE(圖4)-速報App

NEW: Make your arduino TALK!!! Use the tag " < T t o S 0 0 : Any text" or change 00 to 01 for your default language. Make your arduino perform a sound alarm using the tag " < A l r m 0 0 ".

Connect via BLUETOOTH and/or WiFi. Hardware:

* Bluetooth serial modue (like the JY-MCU)

* Ethernet shield

* Any ethernet or wifi shield configured as a TCP/IP server with an IP and port defined.

ArduinoTC -Arduino/BT/WiFi/BLE(圖5)-速報App

Thanks to your feedback and support, Arduino Total Control now can be fully customized. You can manage the layout as you like the most! Just enable "Edit properties" form the menu to hide/show buttons, text or images, then, keep your finger (long click) on the picture in order to change the displayed image, and choose one from your gallery or take a shot.

Excellent for Advanced home automation, school projects and more.

Data sent by app are:

• '<' Indicates special command like accelerometer for example:

- 9.81 m/s^2 will be sent as integer "981"

ArduinoTC -Arduino/BT/WiFi/BLE(圖6)-速報App

- 56.24 m/s^2 will be sent as integer "5624"

• '[' Is sent every 2.5 secs in order to know we are still connected

• Or whatever you want! now you decide what the sending command is!

Objects displayed by app

• Images, Can be used as visual dynamic indicators and / or push buttons (with editable commands)

ArduinoTC -Arduino/BT/WiFi/BLE(圖7)-速報App

• Text Tags, Can be used as descriptors, as sensor sources, or to display data from Arduino

• Toggle Buttons, Can be used as Buttons :p (with editable commands)

Get feedback from your board!!!

Board -> android codes are strings that are displayed as feedback! NOTE that empty strings and "\r" will have no effect on the displayed text. End each string with "\n" (New line character) in order to let the app know when to display the incoming string.

You can easily assemble your own board using a Bluetooth – serial module (like JY-MCU...), and getting the previous codes from micro-controller's serial port (if you want to communicate via WiFi, use the Ethernet shield)

ArduinoTC -Arduino/BT/WiFi/BLE(圖8)-速報App

You can get the code from the app for free, just copy and paste into your Arduino sketch, then auto-format, and download the sketch!